home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / html / src / mawk.src < prev    next >
Text File  |  1998-07-09  |  873b  |  23 lines

  1. @@@STARTPACK(mawk;Pattern scanning and text processing language)
  2.  
  3. <P>
  4. Mawk is an interpreter for  the  AWK  Programming  Language.
  5. The  AWK  language is useful for manipulation of data files,
  6. text retrieval  and  processing,  and  for  prototyping  and
  7. experimenting with algorithms.  mawk is a new awk meaning it
  8. implements the AWK language as defined in Aho, Kernighan and
  9. Weinberger,  The  AWK  Programming  Language, Addison-Wesley
  10. Publishing, 1988.  (Hereafter referred to as the AWK  book.)
  11. <P>
  12. mawk conforms to the Posix 1003.2 (draft 11.3) definition of
  13. the AWK language which contains a few features not described
  14. in the AWK book,  and mawk provides a small number of exten-
  15. sions.
  16. <P>
  17.  
  18. @@@UW2DIST(http://www.sco.com/skunkware/uw7/shellutil/)
  19. @@@OSR5DIST(http://www.sco.com/skunkware/osr5/shellutil/mawk/)
  20. @@@SOURCE(ftp://ftp.whidbey.net/pub/brennan/)
  21. @@@ENDPACK
  22.  
  23.